hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IHipGamepadImpl
hip
systems
gamepad
Undocumented in source.
interface
IHipGamepadImpl {
void
poll
(HipGamepad pad);
void
setVibrating
(ubyte id, double leftMotor, double rightMotor, double leftTrigger, double rightTrigger);
bool
isWireless
(ubyte id);
HipGamepadBatteryStatus
getBatteryStatus
(ubyte id);
}
Members
Functions
getBatteryStatus
HipGamepadBatteryStatus
getBatteryStatus
(ubyte id)
Undocumented in source.
isWireless
bool
isWireless
(ubyte id)
Undocumented in source.
poll
void
poll
(HipGamepad pad)
Undocumented in source.
setVibrating
void
setVibrating
(ubyte id, double leftMotor, double rightMotor, double leftTrigger, double rightTrigger)
Undocumented in source.
Meta
Source
See Implementation
hip
systems
gamepad
classes
HipGamepad
HipNullGamepad
enums
HipGamepadTypes
functions
getNewGamepad
initGamepads
interfaces
IHipGamepadImpl